type github.com/gotd/td/telegram/auth.testAuth
7 uses
github.com/gotd/td/telegram/auth (current package)
flow.go#L246: type testAuth struct {
flow.go#L251: func (t testAuth) Phone(ctx context.Context) (string, error) { return t.phone, nil }
flow.go#L252: func (t testAuth) Password(ctx context.Context) (string, error) { return "", ErrPasswordNotProvided }
flow.go#L253: func (t testAuth) Code(ctx context.Context, sentCode *tg.AuthSentCode) (string, error) {
flow.go#L270: func (t testAuth) AcceptTermsOfService(ctx context.Context, tos tg.HelpTermsOfService) error {
flow.go#L274: func (t testAuth) SignUp(ctx context.Context) (UserInfo, error) {
flow.go#L303: return testAuth{
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |